home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / usr (gcc 1.37 libs) / gen / Makefile < prev    next >
Makefile  |  1993-03-20  |  830b  |  23 lines

  1. CC=../../bin/gcc
  2. CFLAGS=-c -O -I../../include
  3.  
  4. DEAD=clock.o disklabel.o fstab.o getlogin.o getmntinfo.o getpass.o nlist.o \
  5.         setjmperr.o setmode.o siginterrupt.o signal.o sigsetops.o\
  6.         isatty.o opendir.o syslog.o  termios.o times.o wait.o  wait3.o \
  7.         popen.o ttyname.o regerror.o regexp.o regsub.o waitpid.o
  8.  
  9. SRCS=    alarm.o closedir.o crypt.o ctermid.o ctime.o ctype_.o \
  10.     difftime.o errlst.o exec.o fnmatch.o \
  11.     fts.o getcwd.o getgrent.o \
  12.     getpwent.o getsubopt.o getttyent.o getusershell.o glob.o initgroups.o \
  13.     isctype.o nice.o \
  14.     pause.o psignal.o raise.o readdir.o \
  15.     rewinddir.o scandir.o seekdir.o \
  16.     setrgid.o setruid.o \
  17.     siglist.o sleep.o telldir.o \
  18.     time.o timezone.o ttyslot.o \
  19.     ualarm.o unvis.o usleep.o utime.o valloc.o vis.o
  20.  
  21. all: $(SRCS)
  22.     ar rc ../libc.a ctime.o ctype_.o isctype.o errlst.o
  23.